dialogs: always use CSD on dialogs
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Thu, 27 Feb 2014 19:19:32 +0000 (14:19 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 3 Mar 2014 20:00:13 +0000 (15:00 -0500)
commit322f6c740f631abc24cc26fa2b81307eae18ef2c
tree63d386d731ed0f4bd3eba76247f970357e1d027c
parent9ce98deb25800f1baaf01ce000d3a06a4785d245
dialogs: always use CSD on dialogs

If we aren't using a header bar then put a fake titlebar
box on it so we can round the corners.

One of the advantages of this is so that the styling of the dialog
is completely within one theme framework. This prevents skew between
the theming expectations from the window manager and GTK+.

https://bugzilla.gnome.org/show_bug.cgi?id=725345
gtk/gtkdialog.c